mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
eza: fix time-style (#2632)
This commit is contained in:
parent
ad936b8fa8
commit
f005832326
@ -75,7 +75,7 @@ func init() {
|
||||
rootCmd.Flags().StringP("sort", "s", "", "which field to sort by")
|
||||
rootCmd.Flags().Bool("stdin", false, "read file names from stdin, one per line or other separator ")
|
||||
rootCmd.Flags().StringP("time", "t", "", "which timestamp field to list")
|
||||
rootCmd.Flags().Bool("time-style", false, "how to format timestamps")
|
||||
rootCmd.Flags().String("time-style", "", "how to format timestamps")
|
||||
rootCmd.Flags().Bool("total-size", false, "show the size of a directory as the size of all")
|
||||
rootCmd.Flags().BoolP("tree", "T", false, "recurse into directories as a tree")
|
||||
rootCmd.Flags().BoolP("version", "v", false, "show version of eza")
|
||||
|
Loading…
x
Reference in New Issue
Block a user