lib.App: Add _root_cmd() #67
Loading…
Reference in a new issue
No description provided.
Delete branch "jan/feature/20260818-lib-app-add-root-cmd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
lib.App: Add _root_cmd()
Expose __root_cmd (the command which may or may not be mounted at the root of the subcommand hierarchy) as _root_cmd() to derived classes. This supports jw-ev's App base class, which specializes it to get hold of jw.ev.app.Cmd's specific properties.