jesseduffield / horcrux

Split your file into encrypted fragments so that you don't need to remember a passcode
MIT License
4.53k stars 116 forks source link

Are -t and -n options are available just before `split` subcommand? #27

Open EmilyGraceSeville7cf opened 11 months ago

EmilyGraceSeville7cf commented 11 months ago

Or it's a malformed documentation 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.