Are -t and -n options are available just before `split` subcommand?
Or it's a malformed [documentation](https://github.com/jesseduffield/horcrux/blob/master/main.go#L63) and it's right to use options after `split` subcommand? I am asking as providing options before subcommand when they are not global is the bad idea: subcommand is like some sort of namespace which allows us access just some options and not all at once not to have a big mess.
0 条评论