menu
neomage package
documentation
data/commands/builtin/extended_commands.dart
CdCommand
CdCommand.new constructor
CdCommand.new constructor
dark_mode
light_mode
CdCommand
constructor
CdCommand
(
{
required
void
onDirectoryChange
(
String
),
required
String
getCurrentDir
(),
})
Implementation
CdCommand({required this.onDirectoryChange, required this.getCurrentDir});
neomage package
documentation
data/commands/builtin/extended_commands
CdCommand
CdCommand.new constructor
CdCommand class