mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -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
|
StackCount int
|
||||||
Migrate bool
|
Migrate bool
|
||||||
TerminalWidth int
|
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 {
|
type CommandError struct {
|
||||||
|
|
Loading…
Reference in a new issue