develop.sourcetree #
sourcetree
import freeflowuniverse.crystallib.develop.sourcetree
//will look for git in location if not found will give error
sourcetree.open(path:'/tmp/something')!
- if path not specified will chose current path
fn open #
fn open(args OpenArgs) !
will look for git in location if not found will give error if not specified will use current dir
struct OpenArgs #
@[params]
struct OpenArgs {
pub mut:
path string
}