Initializes the file picker.
Returns a command to read the initial directory.
@override Cmd? init() { return _readDir(_currentDirectory, _showHidden); }