Files
openide/python/resources/inspectionDescriptions/CommandLineInspection.html
T
Ilya.Kazakevich 89eb617831 PSI based on Grammar-Kit created for command line language in order to implement PY-11855
* GrammarKit instead of custom parsing
 * ToolWindow instead of popup
 * Inspection and help added
2015-03-13 15:31:49 +03:00

9 lines
435 B
HTML

<html>
<body>
<strong>Command line (commands, arguments and options) inspection.</strong>
<!-- tooltip end -->
<p>This inspection checks command you type in command console or command file. It helps you to make sure arguments are on their
places, option names are correct as well as arguments, provided for options.</p>
<p>Do not disable it if you are going to use command-line interfaces like manage.py in Django</p>
</body>
</html>