Closed elvisdukaj closed 7 months ago
To activate the hook the documentation says:
$ conan config set hooks.conan-center
But with conan 2+ I have an error:
$ conan config set hooks.conan-center usage: conan config [-h] [-v [V]] [-cc CORE_CONF] {home,install,install-pkg,list,show} ... conan config: error: argument subcommand: invalid choice: 'set' (choose from 'home', 'install', 'install-pkg', 'list', 'show')
What is the right way to activate hooks?
Hello @elvisdukaj! Your question looks duplicated to https://github.com/conan-io/hooks/issues/506
Please, take a look there first. Regards!
Thank you for the feedback! This issue can be closed than 😀
To activate the hook the documentation says:
But with conan 2+ I have an error:
What is the right way to activate hooks?