mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 15:35:43 +08:00
bfe88ad604
- Copy and improve help text, and convert it to AsciiDoc files - Evaluate commands dynamically
23 lines
415 B
Plaintext
23 lines
415 B
Plaintext
Show information about a package.
|
|
|
|
== USAGE
|
|
omf describe <name>
|
|
|
|
== DESCRIPTION
|
|
Looks up a package whose name matches <name>.
|
|
|
|
== EXAMPLES
|
|
Show information about the *brew* package:
|
|
|
|
omf describe brew
|
|
|
|
We get the following output:
|
|
|
|
Package: brew
|
|
Description: Oh My Fish plugin to integrate Homebrew paths into shell.
|
|
Repository: https://github.com/oh-my-fish/plugin-brew
|
|
Maintainer:
|
|
|
|
== ALIASES
|
|
*omf d*
|