diff options
Diffstat (limited to 'doc/source/command-objects/module.rst')
| -rw-r--r-- | doc/source/command-objects/module.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/command-objects/module.rst b/doc/source/command-objects/module.rst new file mode 100644 index 00000000..c3bc1372 --- /dev/null +++ b/doc/source/command-objects/module.rst @@ -0,0 +1,22 @@ +====== +module +====== + +Internal + +Installed Python modules in the OSC process. + +module list +----------- + +List module versions + +.. program:: module list +.. code:: bash + + os module list + [--all] + +.. option:: --all + + Show all modules that have version information |
