diff --git a/CHANGES/+fix_advanced_features.doc b/CHANGES/+fix_advanced_features.doc new file mode 100644 index 00000000..2c1fae4e --- /dev/null +++ b/CHANGES/+fix_advanced_features.doc @@ -0,0 +1 @@ +Fixed formatting and removed a confusing part of advanced features. diff --git a/docs/user/guides/advanced_features.md b/docs/user/guides/advanced_features.md index f12a56d9..9283c94a 100644 --- a/docs/user/guides/advanced_features.md +++ b/docs/user/guides/advanced_features.md @@ -23,9 +23,12 @@ eval "$(LC_ALL=C _PULP_COMPLETE=bash_source pulp)" ## Interactive shell mode -* To use the shell mode, you need to install the the extra requirements tagged "shell". * +!!! note + + To use the shell mode, you need to install the the extra requirements tagged "shell". Starting the CLI with "pulp shell" drops you into the shell: + ```plain (pulp) [vagrant@pulp3 ~]$ pulp shell Starting Pulp3 interactive shell... @@ -49,12 +52,3 @@ pulp> status pulp> exit (pulp) [vagrant@pulp3 ~]$ ``` - -Issuing the command with arguments works as it does currently: -```plain -(pulp) [vagrant@pulp3 ~]$ pulp status -{ - ... -} -(pulp) [vagrant@pulp3 ~]$ -```