rochaporto / ezgliding

Website and software for analyzing, visualizing and planning gliding flights
GNU General Public License v3.0
5 stars 2 forks source link

improve cli implementation #60

Open rochaporto opened 9 years ago

rochaporto commented 9 years ago

Using this instead: https://github.com/codegangsta/cli

It includes much better support for subcommands (and subsubcommands if needed), and allows passing a context object to the action functions.