japaric / cargo-call-stack

Whole program static stack analysis
Apache License 2.0
560 stars 50 forks source link

Fix positional arguments #105

Open mauricelam opened 1 year ago

mauricelam commented 1 year ago

Add a cargo-subcommand argument so that when invoked from cargo the positional arguments ("start") parse from the correct value.

Fix #99