Package pallavi :: Package plugins :: Module OpenCommandLine
[hide private]
[frames] | no frames]

Module OpenCommandLine

source code

Plugin provides the ability to open files listed on the command line.
If the argument -- is provided in the command line arguments, all following
arguments will be opened as files. If it is not provided, then all arguments
will be open. This allows other plugins to parse command line arguments provided
before the --, for example, to specify the configuration file.

This plugin invokes the following actions:
OpenFile
        Expects another plugin to open the filename it provides as data



Functions [hide private]
 
setup()
Checks for any command line arguments and opens files for them on startup.
source code