The Pkg REPL-mode [opts]

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

https://julialang.github.io/Pkg.jl/v1/repl/

3 Likes

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

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 ...]
3 Likes