I'd like to allow the following scenarios: ``` $ app verb -t $ app verb childverb -u $ app verb otherchildverb -z ``` Where `-u` and `-z` are both specific to the respective child verbs. Is the documentation in the wiki for this still valid, or has it changed in 2.0+?