← Back to team overview

configglue team mailing list archive

[Bug 637079] Re: override LinesConfigOption value from command-line

 

This already works with current codebase. A LinesConfigOption option can
be overridden with a line like

myprog.py --foo="a\nb\nc"

which can be entered from the command line like

myprog.py --foo="a<CR>b<CR>c"<CR>

** Changed in: configglue
       Status: In Progress => Won't Fix

** Changed in: configglue
       Status: Won't Fix => Invalid

-- 
override LinesConfigOption value from command-line
https://bugs.launchpad.net/bugs/637079
You received this bug notification because you are a member of
Configglue developers, which is the registrant for configglue.

Status in configglue: Invalid

Bug description:
In order to override these settings from command line, it's necessary to define some kind of markup for newline characters (as those are not possible to enter directly).

The suggested character to use is '\\n' (escaped slash followed by n)





References