···11+complete -c unixtime -f # -f prevents file completion
22+33+# subcommands
44+complete -c unixtime -n "__fish_use_subcommand" -a "now" -d "Current time in epoch seconds"
55+complete -c unixtime -n "__fish_use_subcommand" -a "decode" -d "Decode epoch seconds to human readable time"
66+complete -c unixtime -n "__fish_use_subcommand" -a "encode" -d "Encode human readable time to epoch seconds"
77+88+# help flag
99+complete -c unixtime -s h -l help -d "Show help message"