LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
933 stars 33 forks source link

buck on windows not accepting commands #341

Closed aahmed-se closed 5 years ago

aahmed-se commented 5 years ago

No sure if this is the right place for this. but buck on windows seems not to be working correctly following instruction from buckaroo guides.

All invocation are returning the same command menu , seems they are being disregarded.

C:\Users\test\apache-pulsar-demo>buck run :demo
Using additional configuration options from .buckconfig.d\.buckconfig.buckaroo
Description:
  Buck build tool

Usage:
  buck [<options>]
  buck <command> --help
  buck <command> [<command-options>]

Available commands:
  audit          lists the inputs for the specified target
  build          builds the specified target
  cache          makes calls to the artifact cache
  cachedelete    Delete artifacts from the local and remote cache
  clean          deletes any generated files and caches
  distbuild      attaches to a distributed build (experimental)
  doctor         debug and fix issues of Buck commands
  fetch          downloads remote resources to your local machine
  fix            attempts to fix errors encountered in the previous build
  help           shows this screen (or the help page of the specified command) and exits.
  install        builds and installs an application
  kill           kill buckd for the current project
  killall        kill all buckd processes
  project        generates project configuration files for an IDE
  publish        builds and publishes a library to a central repository
  query          provides facilities to query information about the target nodes graph
  rage           debug and fix issues of Buck commands
njlr commented 5 years ago

How was Buck installed?

I am using Buck installed from Chocolatey (choco install buck) and do not see this issue.

aahmed-se commented 5 years ago

choco works fine

this one didn't work

wget https://github.com/njlr/buck-warp/releases/download/v0.3.0/buck-2019.01.10.01-windows.exe >buck.exe
./buck.exe version
njlr commented 5 years ago

OK, I will remove that as a suggested method for Windows. This is probably an issue with the Warp bundler (https://github.com/dgiagio/warp)

aahmed-se commented 5 years ago

will close this issue