The add Command
The chibi add command allows you to add an anime or manga to your list. You can specify the entry by its ID and set its initial status.
Usage
$ chibi add [id] [flags]Flags
-h, --help
Provides help information for the chibi add command. Use this flag to display details about how the command works.
Example:
$ chibi add --help-s, --status string
Specifies the status of the media you are adding to your list. You can use either the full name or shorthand notation. The available status options are:
watchingorw: Currently watching anime or reading manga.planningorp: Planning to watch or read in the future (default).completedorc: Finished watching or reading.droppedord: Dropped media that you don't plan to continue.pausedorps: Temporarily paused media.repeatingorrp: Media you are rewatching or rereading.
Example:
$ chibi add 1234 --status watchingThis command adds the entry with ID 1234 to your list with a status of watching.
Parameters
[id]
The unique identifier of the anime or manga entry you want to add. This is a required parameter.
Example:
$ chibi add 5678 --status planningThis command adds the entry with ID 5678 to your list with the default status of planning.
Defaults
- The default
statusisplanningif not specified.
Example of Default Usage
$ chibi add 4321This command adds the entry with ID 4321 to your list with a status of planning.
Example Usage
Add with Specific Status
To add a manga to your list and set its status as reading:
$ chibi add 7890 --status readingAdd with Default Status
To add an anime to your list with the default status (planning):
$ chibi add 9876Help Flag
To learn more about the command:
$ chibi add --helpOutput
Upon successful execution, the command will confirm the addition with a message like the following:
Done ✅