The currently spec'd interactive explore-* commands should be changed to non-interactive list* commands, and the interactive exploration functionality should instead be accessible via an --interactive option for each command. That is:
Abandon explore-fs, retain list (rename explore-fs to list in the docs)
Rename explore-omap-tree to list-omap-tree
Rename explore-fs-tree to list-fs-tree
Implementation of the --interactive functionality is deferred to this task: Add interactive modes to list commands
The currently spec'd interactive
explore-*
commands should be changed to non-interactivelist*
commands, and the interactive exploration functionality should instead be accessible via an--interactive
option for each command. That is:explore-fs
, retainlist
(renameexplore-fs
tolist
in the docs)explore-omap-tree
tolist-omap-tree
explore-fs-tree
tolist-fs-tree
Implementation of the
--interactive
functionality is deferred to this task: Add interactive modes tolist
commands