From 2feb2da8908863f3d3f151ecaffe9265f34591b1 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Wed, 25 Sep 2024 08:37:05 +0200 Subject: [PATCH] Fixed advanced features docs --- CHANGES/+fix_advanced_features.doc | 1 + docs/user/guides/advanced_features.md | 14 ++++---------- 2 files changed, 5 insertions(+), 10 deletions(-) create mode 100644 CHANGES/+fix_advanced_features.doc 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 ~]$ -```