Merge pull request #931 from zsh-users/add-mc-description

Add description of mc command
This commit is contained in:
Shohei YOSHIDA 2022-11-17 20:28:51 +09:00 committed by GitHub
commit 00dca0baf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,12 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE. # OTHER DEALINGS IN THE SOFTWARE.
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Description
# -----------
#
# Completion script for Midnight Commander 4.8.28 (https://midnight-commander.org/)
#
# ------------------------------------------------------------------------------
# Authors # Authors
# ------- # -------
# #
@ -49,7 +55,7 @@ opts=(
{-k,--resetsoft}'[resets soft keys on HP terminals]' {-k,--resetsoft}'[resets soft keys on HP terminals]'
{-K,--keymap=}'[load definitions of key bindings from specified file]:file:_files' {-K,--keymap=}'[load definitions of key bindings from specified file]:file:_files'
{-l,--ftplog=}'[log ftp dialog to specified file]:file:_files' {-l,--ftplog=}'[log ftp dialog to specified file]:file:_files'
--nokeymap'[dont load definitions of key bindings from file, use defaults]' --nokeymap"[don't load key bindings from any file, use default hardcoded keys]"
{-P,--printwd=}'[print last working directory to specified file]:file:_files' {-P,--printwd=}'[print last working directory to specified file]:file:_files'
{-s,--slow}'[to run on slow terminals]' {-s,--slow}'[to run on slow terminals]'
{-S,--skin=}'[show mc with specified skin]:skin:' {-S,--skin=}'[show mc with specified skin]:skin:'