Disallow spaces in aliases.
This commit is contained in:
parent
f4a59b2d71
commit
6557b8303a
@ -538,7 +538,7 @@ DATA = OrderedDict([
|
|||||||
)),
|
)),
|
||||||
|
|
||||||
('aliases', sect.ValueList(
|
('aliases', sect.ValueList(
|
||||||
types.Command(), types.Command(),
|
types.String(forbidden=' '), types.Command(),
|
||||||
)),
|
)),
|
||||||
|
|
||||||
('colors', sect.KeyValue(
|
('colors', sect.KeyValue(
|
||||||
|
Loading…
Reference in New Issue
Block a user