Skip to content

Commit 2feb2da

Browse files
committed
Fixed advanced features docs
1 parent 5fb51e5 commit 2feb2da

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

CHANGES/+fix_advanced_features.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed formatting and removed a confusing part of advanced features.

docs/user/guides/advanced_features.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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

2830
Starting the CLI with "pulp shell" drops you into the shell:
31+
2932
```plain
3033
(pulp) [vagrant@pulp3 ~]$ pulp shell
3134
Starting Pulp3 interactive shell...
@@ -49,12 +52,3 @@ pulp> status
4952
pulp> 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-
```

0 commit comments

Comments
 (0)