From 0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 16 Mar 2020 23:33:42 +0100 Subject: Well I'm using Arch again --- .oh-my-zsh/plugins/pylint/_pylint | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .oh-my-zsh/plugins/pylint/_pylint (limited to '.oh-my-zsh/plugins/pylint/_pylint') diff --git a/.oh-my-zsh/plugins/pylint/_pylint b/.oh-my-zsh/plugins/pylint/_pylint deleted file mode 100644 index e466d05..0000000 --- a/.oh-my-zsh/plugins/pylint/_pylint +++ /dev/null @@ -1,31 +0,0 @@ -#compdef pylint -# -# this is zsh completion function file. -# generated by genzshcomp(ver: 0.5.1) -# - -typeset -A opt_args -local context state line - -_arguments -s -S \ - "--help[show this help message and exit]:" \ - "-h[show this help message and exit]:" \ - "--version[show program's version number and exit]:" \ - "--long-help[more verbose help.]" \ - "--rcfile[Specify a configuration file.]:::_files" \ - "--errors-only[In error mode, checkers without error messages are disabled and for others, only the ERROR messages are displayed, and no reports are done by default]" \ - "-E[In error mode, checkers without error messages are disabled and for others, only the ERROR messages are displayed, and no reports are done by default]" \ - "--ignore[Add files or directories to the blacklist. They should be base names, not paths. \[current: CVS\]]::[,...]:_files" \ - "--help-msg[Display a help message for the given message id and exit. The value may be a comma separated list of message ids.]:::_files" \ - "--generate-rcfile[Generate a sample configuration file according to the current configuration. You can put other options before this one to get them in the generated configuration.]" \ - "--enable[Enable the message, report, category or checker with the given id(s). You can either give multiple identifier separated by comma (,) or put this option multiple time.]:::_files" \ - "-e[Enable the message, report, category or checker with the given id(s). You can either give multiple identifier separated by comma (,) or put this option multiple time.]:::_files" \ - "--disable[Disable the message, report, category or checker with the given id(s). You can either give multiple identifier separated by comma (,) or put this option multiple time (only on the command line, not in the configuration file where it should appear only once).]:::_files" \ - "-d[Disable the message, report, category or checker with the given id(s). You can either give multiple identifier separated by comma (,) or put this option multiple time (only on the command line, not in the configuration file where it should appear only once).]:::_files" \ - "--output-format[Set the output format. Available formats are text, parseable, colorized, msvs (visual studio) and html \[current: text\]]:::_files" \ - "-f[Set the output format. Available formats are text, parseable, colorized, msvs (visual studio) and html \[current: text\]]:::_files" \ - "--include-ids[Include message's id in output \[current: no\]]:::_files" \ - "-i[Include message's id in output \[current: no\]]:::_files" \ - "--reports[Tells whether to display a full report or only the messages \[current: yes\]]:::_files" \ - "-r[Tells whether to display a full report or only the messages \[current: yes\]]:::_files" \ - "*::args:_files" -- cgit v1.2.3