https://github.com/daisuke-t-jp/macoscommandlineexample
macOS CommandLine Example
https://github.com/daisuke-t-jp/macoscommandlineexample
commandline cui macos
Last synced: 8 months ago
JSON representation
macOS CommandLine Example
- Host: GitHub
- URL: https://github.com/daisuke-t-jp/macoscommandlineexample
- Owner: daisuke-t-jp
- Created: 2019-04-28T05:24:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T05:41:51.000Z (over 6 years ago)
- Last Synced: 2024-12-29T16:42:22.873Z (9 months ago)
- Topics: commandline, cui, macos
- Language: Swift
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macOSCommandLineExample
## Overview
1. Get input from console (Standard Input)
1. Interpret input and execute command
1. Output result and error (Standard Output / Standard Error)
1. Repeat