From a8e1b4668eca1b25b10f6b54f99d099937a955c6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 25 Sep 2016 06:01:11 +0200 Subject: Add idea: Alternative/different syntax for operations on command line --- build2/list | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build2/list b/build2/list index adc00bf..179962c 100644 --- a/build2/list +++ b/build2/list @@ -1,3 +1,13 @@ +? Alternative/different syntax for operations on command line [idea] + + Something that doesn't require quoting and maybe even parens. Some ideas: + + configure[foo/@bar/] + configure{foo/@bar/} + configure: foo/@bar/ [.] # flat spec? + + Would be nice to also make sure auto-completion is not inhibited. + - Value pack (comma-separated list of values) [idea] Could be used in function calls, attributes, config initializer. Question is -- cgit v1.1