Skip to main content
The /tutorial command controls the display of tutorial hints in EigenData-CLI. When enabled, the CLI shows helpful guidance panels at startup and during task execution to help you learn the system. You can also manage this setting via /configure.

Usage

CommandDescription
/tutorialShow current tutorial status
/tutorial onEnable tutorial hints
/tutorial offDisable tutorial hints
Accepted values for enabling: true, 1, yes, y, on Accepted values for disabling: false, 0, no, n, off

Toggle tutorial hints

Check current status

Run the command without arguments to see the current setting:
eigendata> /tutorial

Tutorial hints are currently: enabled

Disable tutorial hints

If you’re familiar with EigenData-CLI and want a cleaner interface:
eigendata> /tutorial off

✓ Tutorial hints disabled

Enable tutorial hints

To re-enable tutorial guidance:
eigendata> /tutorial on

✓ Tutorial hints enabled

What Tutorial Hints Include

When enabled, tutorial hints provide:
  • Startup panel: Overview of available commands and features
  • Task guidance: Step-by-step explanations during task execution
  • Tips and shortcuts: Helpful suggestions based on your current action
New users should keep tutorial hints enabled until they’re comfortable with the CLI workflow. See Getting Started for a walkthrough.