Owez / argi

Argument parsing for the future 🚀
https://crates.io/crates/argi
Apache License 2.0
128 stars 1 forks source link

Improved `.data()` fetching #12

Closed Owez closed 3 years ago

Owez commented 3 years ago

A further extension to .data() fetching should be multiple parts in data like so:

ctx.data("subcmd --argument")

Instead of the current system which is:

ctx.get_cmd("subcmd").data("--argument")

Originally posted by @Owez in https://github.com/Owez/argi/issues/10#issuecomment-940801429

Owez commented 3 years ago

Closed with 8e4690317f3ebf0221ed8dda448062af8b4d3ddf