summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-04-06 19:49:01 +0100
committerFranklin Wei <frankhwei536@gmail.com>2014-04-06 19:49:01 +0100
commit42ab23542d17a55ddef20a0abbe8d6c2cbe767f0 (patch)
tree07b48e5016745215058375808ebce6dc129fccb5
parent5c35da049589206677fe94e5e43d03d9b1942035 (diff)
downloadpish-42ab23542d17a55ddef20a0abbe8d6c2cbe767f0.zip
pish-42ab23542d17a55ddef20a0abbe8d6c2cbe767f0.tar.gz
pish-42ab23542d17a55ddef20a0abbe8d6c2cbe767f0.tar.bz2
pish-42ab23542d17a55ddef20a0abbe8d6c2cbe767f0.tar.xz
Specified what will happen when a command is entered, failed, or completed
-rw-r--r--SPEC6
1 files changed, 5 insertions, 1 deletions
diff --git a/SPEC b/SPEC
index 4e5241d..bada924 100644
--- a/SPEC
+++ b/SPEC
@@ -1,3 +1,7 @@
1. Upon starting, PiSH shall output two dashes.
2. Upon needing input, PiSH shall output a dot.
-3. Upon successfully obtaining input, PiSH shall output a dash. \ No newline at end of file
+3. Upon receiving an invalid command, PiSH shall output two dots.
+4. Upon receiving a valid command and beginnin execution, PiSH shall output a dash.
+5. Upon the failure of a command, two dots shall be outputted.
+6. Upon the sucess of a command, a dash shall be outputted.
+7. After a command has either failed or completed, PiSH will wait for one second before awaiting input again. \ No newline at end of file