Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 6, 2023. It is now read-only.

Tags: talal/bonclay

Tags

v1.1.1

Toggle v1.1.1's commit message
Changed

- Switch back to using [Kingpin](https://github.com/alecthomas/kingpin)
  for command-line parsing.
- Make Bonclay compatible with the `go get` command.

Removed
- Vendoring for dependencies.

v1.1.0

Toggle v1.1.0's commit message
v1.1.0 - 2019-02-08

Added
- `init` command which can be used to create a config file in the current
  directory.

Changed
- Better error handling.

v1.0.1

Toggle v1.0.1's commit message
v1.0.1 (2018-11-15)

Changes:
* filepath.Walk() is used for copying recursively instead of manual recursion. The functionality is the
  same as before but the code looks a bit nicer now.
* Command-line flags and arguments are parsed manually using the standard library instead of [kingpin](https://github.com/alecthomas/kingpin).

v1.0.0

Toggle v1.0.0's commit message
v1.0.0 (2018-11-02)

Initial release.