Closed Owez closed 3 years ago
A further extension to .data() fetching should be multiple parts in data like so:
.data()
data
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
Closed with 8e4690317f3ebf0221ed8dda448062af8b4d3ddf
A further extension to
.data()
fetching should be multiple parts indata
like so:Instead of the current system which is:
Originally posted by @Owez in https://github.com/Owez/argi/issues/10#issuecomment-940801429