Class: Everywhere::Commands::ShellDir

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/everywhere/commands/shell_dir.rb

Overview

Print the absolute path of the gem-bundled Tauri shell (src-tauri). Output is the bare path so external tooling can capture it — e.g. the build-runner workflows resolve the shell with $(every shell-dir).

Instance Method Summary collapse

Instance Method Details

#callObject



13
14
15
# File 'lib/everywhere/commands/shell_dir.rb', line 13

def call(**)
  puts Everywhere::Paths.shell_dir!
end