Skip to content

improvements on the API

STEVAN Antoine requested to merge working-on-the-api into main

changes to the API of komodo.nu

  • there is no --powers-file anymore => the location of the blocks and the powers is controlled via the $env.KOMODO_HOME environment variable which defaults to $env.XDG_DATA_HOME/komodo/ and then ~/.local/share/komodo/
  • a new komodo clean command to empty the $env.KOMODO_HOME directory
  • a new komodo command to get some basic help
  • komodo setup now expects a number of bytes rather than a filename to build a trusted setup
Edited by STEVAN Antoine

Merge request reports