Skip to content
Snippets Groups Projects
  • Konstantin Osipov's avatar
    29ada348
    [gh-97] Make #! mandatory. · 29ada348
    Konstantin Osipov authored
    Remove command line options:
    
    --cfg-get
    --check-config
    --config
    --init-storage
    
    - these are gone forever, in preparation for config-less start.
    
    --background --  move to tarantool.cfg for now, in the future
    it will be part of Lua config.
    
    Make #! mandatory - if the server is started without #!, it's
    only possible to query its version or get startup help (--version
    and --help are the only remaining supported options).
    
    When #! is present, do not parse options, pass them wholly to the
    script at hand.
    
    Add helper scripts to test suites, to start/stop the server.
    For now, the scripts are empty, in the future they will be
    merged with a respective config file.
    29ada348
    History
    [gh-97] Make #! mandatory.
    Konstantin Osipov authored
    Remove command line options:
    
    --cfg-get
    --check-config
    --config
    --init-storage
    
    - these are gone forever, in preparation for config-less start.
    
    --background --  move to tarantool.cfg for now, in the future
    it will be part of Lua config.
    
    Make #! mandatory - if the server is started without #!, it's
    only possible to query its version or get startup help (--version
    and --help are the only remaining supported options).
    
    When #! is present, do not parse options, pass them wholly to the
    script at hand.
    
    Add helper scripts to test suites, to start/stop the server.
    For now, the scripts are empty, in the future they will be
    merged with a respective config file.