mirror of
https://github.com/charmbracelet/glow
synced 2025-03-04 23:07:12 +00:00
Update -a
help language
This commit is contained in:
parent
a3a05fde9c
commit
a705921a96
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -294,7 +294,7 @@ func init() {
|
|||
rootCmd.Flags().BoolVarP(&pager, "pager", "p", false, "display with pager")
|
||||
rootCmd.Flags().StringVarP(&style, "style", "s", "auto", "style name or JSON path")
|
||||
rootCmd.Flags().UintVarP(&width, "width", "w", 0, "word-wrap at width")
|
||||
rootCmd.Flags().BoolVarP(&showAllFiles, "all", "a", false, "show files and directories starting with a dot (TUI-mode only)")
|
||||
rootCmd.Flags().BoolVarP(&showAllFiles, "all", "a", false, "show system files and directories (TUI-mode only)")
|
||||
|
||||
// Stash
|
||||
stashCmd.PersistentFlags().StringVarP(&memo, "memo", "m", "", "memo/note for stashing")
|
||||
|
|
Loading…
Add table
Reference in a new issue