Skip to content

Profiles

Kevin Souza edited this page Jun 20, 2023 · 3 revisions

Profiles can be created to avoid typing really long commands, some default profiles are provided when you install crescent with cargo. You can find them here.

Profiles must be stored in crescent's main directory in the json format.

All fields are optional.

Fields:

  • __comment: string
  • __version: i8
  • file_path: string
  • name: string
  • interpreter: string
  • interpreter_arguments: []string
  • application_arguments: []string
  • profile: string
  • stop_command: string
Clone this wiki locally