Marathon
Marathon copied to clipboard
marathon list [--packages] or [--scripts]
I'd like to introduce simple two options in the list command,
$ marathon list
📦 Packages
-----------
Files ([email protected]:JohnSundell/Files.git)
SwiftyJSON (https://github.com/SwiftyJSON/SwiftyJSON.git)
📄 Scripts
----------
/Users/pixyzehn/Developer/sandbox-for-marathon/fufufufuf.swift
/Users/pixyzehn/Developer/sandbox-for-marathon/hehe.swift
$ marathon list --packages
📦 Packages
-----------
Files ([email protected]:JohnSundell/Files.git)
SwiftyJSON (https://github.com/SwiftyJSON/SwiftyJSON.git)
$ marathon list --scripts
📄 Scripts
----------
/Users/pixyzehn/Developer/sandbox-for-marathon/fufufufuf.swift
/Users/pixyzehn/Developer/sandbox-for-marathon/hehe.swift
$ marathon list --packages --scripts (or --scripts --packages)
📦 Packages
-----------
Files ([email protected]:JohnSundell/Files.git)
SwiftyJSON (https://github.com/SwiftyJSON/SwiftyJSON.git)
📄 Scripts
----------
/Users/pixyzehn/Developer/sandbox-for-marathon/fufufufuf.swift
/Users/pixyzehn/Developer/sandbox-for-marathon/hehe.swift
Sure, great idea 👍 But I think the flags should be pluralized, like --packages
and --scripts
.
Sure, I agree! Just updated.
I might be able to complete this task. Any hint so I can look around first?
Yeah, we basically just need to check for the --packages
or --scipts
flag in the ListTask
, and then either just list packages or scripts.
I have a better handle on the project now. I'm sure I can handle it. I'll be at dub dub this week and I want to land #71 first though.
@garricn Lucky! Have fun!
What do we call them?