# The Pkg REPL-mode \[opts\]

**URL:** https://discourse.julialang.org/t/the-pkg-repl-mode-opts/46180
**Category:** New to Julia
**Tags:** pkg
**Created:** [September 7, 2020, 7:21am UTC](https://discourse.julialang.org/t/the-pkg-repl-mode-opts/46180 "2020-09-07T07:21:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![HerAdri](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/heradri/32/5816_2.png) [@HerAdri](https://discourse.julialang.org/u/HerAdri)
#### Post date: [September 7, 2020, 7:21am UTC](https://discourse.julialang.org/t/the-pkg-repl-mode-opts/46180/1 "2020-09-07T07:21:04Z")

</div>

Where the list of command options and their documentation for Package Mode or Package Management could be found  
cmd [opts] [args]  
For example:  
st -m Plots GR  
where I could read about the option: -m

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [September 7, 2020, 7:38am UTC](https://discourse.julialang.org/t/the-pkg-repl-mode-opts/46180/2 "2020-09-07T07:38:21Z")

</div>

[https://julialang.github.io/Pkg.jl/v1/repl/](https://julialang.github.io/Pkg.jl/v1/repl/)

---

<div class="post-metadata">

### Author: ![HerAdri](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/heradri/32/5816_2.png) [@HerAdri](https://discourse.julialang.org/u/HerAdri)
#### Post date: [September 7, 2020, 7:51am UTC](https://discourse.julialang.org/t/the-pkg-repl-mode-opts/46180/5 "2020-09-07T07:51:57Z")

</div>

Thank you:  
your help allowed me to find the command:

```julia
pkg> help st
10:44:29 - >> [st | status] [-d | --diff] [pkgs ...]
   [st | status] [-d | --diff] [-p | --project] [pkgs ...]
   [st | status] [-d | --diff] [-m | --manifest] [pkgs ...]

```
