mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
Update emaint.fish
This commit is contained in:
committed by
Fabian Homborg
parent
78e6631e53
commit
95346770d3
@@ -19,7 +19,7 @@ complete -c emaint -n '__fish_use_subcommand' -xa 'world' -d 'Check and fi
|
|||||||
|
|
||||||
## Local opts
|
## Local opts
|
||||||
# logs
|
# logs
|
||||||
complete -c emaint -n '__fish_seen_subcommand_from logs' -s t -l time -d "Delete logs older than NUM of days" \
|
complete -c emaint -n '__fish_seen_subcommand_from logs' -s t -l time -d "Delete logs older than NUM days" \
|
||||||
-xa "(seq 0 365)"
|
-xa "(seq 0 365)"
|
||||||
complete -c emaint -n '__fish_seen_subcommand_from logs' -s p -l pretend -d "Output logs that would be deleted"
|
complete -c emaint -n '__fish_seen_subcommand_from logs' -s p -l pretend -d "Output logs that would be deleted"
|
||||||
complete -c emaint -n '__fish_seen_subcommand_from logs' -s C -l clean -d "Cleans out logs more than 7 days old"
|
complete -c emaint -n '__fish_seen_subcommand_from logs' -s C -l clean -d "Cleans out logs more than 7 days old"
|
||||||
|
|||||||
Reference in New Issue
Block a user