Skip to content

Commit

Permalink
Fixed advanced features docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg committed Sep 25, 2024
1 parent 5fb51e5 commit 2feb2da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGES/+fix_advanced_features.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed formatting and removed a confusing part of advanced features.
14 changes: 4 additions & 10 deletions docs/user/guides/advanced_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand All @@ -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 ~]$
```

0 comments on commit 2feb2da

Please sign in to comment.