Implement a robust Context.Run().

This helps when composing large applications from separate command
structs.
This commit is contained in:
Alec Thomas
2018-06-21 21:50:30 +10:00
parent e4f37b5d1a
commit a2ec050947
16 changed files with 727 additions and 279 deletions
+3
View File
@@ -0,0 +1,3 @@
# Large-scale composed CLI
This directory illustrates how a large-scale CLI app could be structured.