cloudius-systems / capstan

Capstan, a tool for packaging and running your application on OSv. http://osv.io/capstan
Other
367 stars 82 forks source link

-f option for qemu mode seems to not be very descriptive #62

Closed posix4e closed 10 years ago

posix4e commented 10 years ago

posix4es-MacBook-Air-3:~ posix4e$ capstan run -h NAME: run - launch a VM

USAGE: command run [command options] [arguments...]

DESCRIPTION:

OPTIONS: -p 'vbox' hypervisor -m '1G' memory size -c '2' number of CPUs -v verbose mode -f [] -f option -f option port forwarding rules <- what does that mean?

penberg commented 10 years ago

@posix4e Ouch. That's generated by the CLI library we're using.

penberg commented 10 years ago

I sent a pull request to clean this up:

https://github.com/codegangsta/cli/pull/83

penberg commented 10 years ago

This is now fixed in upstream project. I'm closing the issue.