mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
chore: remove commented out code
This commit is contained in:
parent
835b80d9bf
commit
2604d02a37
|
@ -39,27 +39,6 @@ type Flags struct {
|
|||
StackCount int
|
||||
Migrate bool
|
||||
TerminalWidth int
|
||||
|
||||
// PrintInit *bool
|
||||
// PrintConfig *bool
|
||||
// PrintShell *bool
|
||||
// PrintTransient *bool
|
||||
// PrintSecondary *bool
|
||||
// PrintValid *bool
|
||||
// PrintError *bool
|
||||
// ConfigFormat *string
|
||||
// Version *bool
|
||||
// Millis *bool
|
||||
// Init *bool
|
||||
// ExportPNG *bool
|
||||
// Author *string
|
||||
// CursorPadding *int
|
||||
// RPromptOffset *int
|
||||
// RPrompt *bool
|
||||
// BGColor *string
|
||||
// Command *string
|
||||
// CachePath *bool
|
||||
// Write *bool
|
||||
}
|
||||
|
||||
type CommandError struct {
|
||||
|
|
Loading…
Reference in a new issue