[NO TESTS] WIP
This commit is contained in:
parent
caf3acae12
commit
21613e9ea5
8 changed files with 402 additions and 377 deletions
|
@ -1,4 +1,4 @@
|
|||
py_binary(
|
||||
zapp_binary(
|
||||
name = "autoflake",
|
||||
main = "__main__.py",
|
||||
deps = [
|
||||
|
|
|
@ -9,8 +9,7 @@ DIRS=(projects tools)
|
|||
function brl() {
|
||||
bin="$1"
|
||||
shift
|
||||
bazel build "//${bin}"
|
||||
"bazel-bin/${bin}/$(basename ${bin})" "$@"
|
||||
bazel run "//${bin}" -- "$@"
|
||||
return "$?"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue