move-tmp.toml 188 B

123456
  1. [[permission]]
  2. identifier = "allow-move-temp"
  3. description = "Enables the move command with the $TEMP base directory."
  4. commands.allow = ["move"]
  5. [[permission.scope.allow]]
  6. path = "$TEMP/*"