Swiftline icon indicating copy to clipboard operation
Swiftline copied to clipboard

Swiftline is a set of tools to help you create command line applications.

Results 18 Swiftline issues
Sort by recently updated
recently updated
newest added

update of @pakmee work for latest swift version

Hi there, Xcode (Version 11.3.1) can't resolve the package and is throwing the following error message: > The package dependency graph can not be resolved; unable find any available tag...

Trying to run unix executable, however always come upon the same issue: "Operation not permitted" What I can do about that?)

I have the latest cocapods and rome installed ``` cocoapods (1.1.0.rc.2, 1.0.1) cocoapods-core (1.1.0.rc.2, 1.0.1) cocoapods-deintegrate (1.0.1) cocoapods-downloader (1.1.1) cocoapods-plugins (1.0.0) cocoapods-rome (0.7.0) cocoapods-search (1.0.0) cocoapods-stats (1.0.0) cocoapods-trunk (1.0.0) cocoapods-try...

“Enter user name?”, with a question mark, is a question to which the answer is either “yes” or “no,” not a username. Accordingly, I removed the question mark. (Another possibility...

If I try to do the following command: ``` swift let gitCommand = "git ls-remote --tags \(gitURL) | awk '{print $2}' | grep -v '{}' | awk -F'/' '{print $3}'...

Run a command that outputs big amounts of data in a console, observe `waitUntilExit` never exiting. You can find more info here https://stackoverflow.com/questions/33423993/hanging-nstask-using-waituntilexit

This fixes the following warning: `RunResults.swift:39:82: Conditional downcast from 'NSString?' to 'String' is a bridging conversion; did you mean to use 'as'?`