File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1+ Fixed formatting and removed a confusing part of advanced features.
Original file line number Diff line number Diff line change @@ -23,9 +23,12 @@ eval "$(LC_ALL=C _PULP_COMPLETE=bash_source pulp)"
2323
2424## Interactive shell mode
2525
26- * To use the shell mode, you need to install the the extra requirements tagged "shell". *
26+ !!! note
27+
28+ To use the shell mode, you need to install the the extra requirements tagged "shell".
2729
2830Starting the CLI with "pulp shell" drops you into the shell:
31+
2932``` plain
3033(pulp) [vagrant@pulp3 ~]$ pulp shell
3134Starting Pulp3 interactive shell...
@@ -49,12 +52,3 @@ pulp> status
4952pulp> exit
5053(pulp) [vagrant@pulp3 ~]$
5154```
52-
53- Issuing the command with arguments works as it does currently:
54- ``` plain
55- (pulp) [vagrant@pulp3 ~]$ pulp status
56- {
57- ...
58- }
59- (pulp) [vagrant@pulp3 ~]$
60- ```
You can’t perform that action at this time.
0 commit comments