mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-12 08:16:31 +08:00
![Stephen M. Coakley](/assets/img/avatar_default.png)
- 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*
|