summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f613ee7)
raw | patch | inline | side by side (parent: f613ee7)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 1 Apr 2014 05:15:39 +0000 (07:15 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 1 Apr 2014 05:15:39 +0000 (07:15 +0200) |
src/frontend/grammar.y | patch | blob | history |
diff --git a/src/frontend/grammar.y b/src/frontend/grammar.y
index ce313310b918f9c6011410d2e9e9c60e430ab67d..3802c9c97de1aa70c8d387acd99df728c70ed0bb 100644 (file)
--- a/src/frontend/grammar.y
+++ b/src/frontend/grammar.y
}
;
+/*
+ * FETCH <hostname>;
+ *
+ * Retrieve detailed information about a single host.
+ */
fetch_statement:
FETCH STRING
{
}
;
+/*
+ * LIST;
+ *
+ * Returns a list of all hosts in the store.
+ */
list_statement:
LIST
{