summaryrefslogtreecommitdiff
path: root/issues/i_a90ad11f.cil
diff options
context:
space:
mode:
authorAndrew Chilton <andychilton@gmail.com>2008-07-04 16:17:33 +1200
committerAndrew Chilton <andychilton@gmail.com>2008-07-04 16:17:33 +1200
commitf6649a52ff5610af925818cddd720fa5945bd6b3 (patch)
treeaed0ee63e5d460343749789a1ebe2836bcf00470 /issues/i_a90ad11f.cil
parent03a60521d41962fb3d36e8e8002e9bba51796ff6 (diff)
Imported Upstream version v0.4.2upstream/v0.4.2
Diffstat (limited to 'issues/i_a90ad11f.cil')
-rw-r--r--issues/i_a90ad11f.cil23
1 files changed, 23 insertions, 0 deletions
diff --git a/issues/i_a90ad11f.cil b/issues/i_a90ad11f.cil
new file mode 100644
index 0000000..e02b869
--- /dev/null
+++ b/issues/i_a90ad11f.cil
@@ -0,0 +1,23 @@
+Summary: Write a default .cil file so --commands work
+Status: New
+CreatedBy: Nigel McNie <nigel@mcnie.name>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Comment: d6ee2369
+Inserted: 2008-07-02T12:22:45
+Updated: 2008-07-02T12:42:18
+
+When I tried to use cil for the first time, I did:
+
+cil init
+[fix debian packaging :)]
+cil init
+cil add
+cil list --is-open
+
+And got no results. Because cil didn't know at that point what statuses counted
+as 'open'.
+
+It would be nice if a default .cil was written out, with just enough statuses
+etc. in it to make those common --command flags work.
+
+You could also add cil init --bare to not write this out.