Skip to content

Commit

Permalink
Polish the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Sep 23, 2016
1 parent 7ade3e8 commit 9dfae9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Dotbro cleans broken symlinks in your `$HOME` (or your another destination path)

Dotbro can automate routine of adding files to your dotfiles repo with one single
command. It does a backup copy, moves the file and creates a symlink to your file.
After that you only need to commit that file to your repo.
After that you only need to add this file to your dotbro config (*I'm working on automation of this*) and commit that file to your repo.

# Configuration

Expand Down
2 changes: 1 addition & 1 deletion docopt.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import "github.com/docopt/docopt-go"

const version = "0.1.0"
const version = "0.2.0"

func parseArguments() (map[string]interface{}, error) {
usage := `dotbro - simple yet effective dotfiles manager.
Expand Down
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ func main() {
exit(1)
}

// DEBUG
fmt.Println(args)

logger.msg("Arguments passed: %+v", args)

isVerbose = args["--verbose"].(bool)
Expand Down

0 comments on commit 9dfae9c

Please sign in to comment.