charlespascoe / cryptotools

A collection of various ciphers and cipher analysis tools
GNU General Public License v2.0
0 stars 0 forks source link

Better bash completion #3

Open charlespascoe opened 9 years ago

charlespascoe commented 9 years ago

Currently, if it doesn't recognise the previous option/argument, it defaults to the first set of options (ciphers, analysis, input/file etc.). Also, file completion for '-f'.

geraintwhite commented 9 years ago

And add case for help option so it doesn't offer any other arguments.