mirror of
https://github.com/tauri-apps/tauri-plugin-shell.git
synced 2026-01-31 00:45:19 +01:00
docs(shell): Remove left over tauri.conf.json > scope mentino
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/16438287495 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
@@ -298,7 +298,7 @@ class Command extends EventEmitter {
|
||||
* Creates a new `Command` instance.
|
||||
*
|
||||
* @param program The program name to execute.
|
||||
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
|
||||
* It must be configured in your project's capabilities.
|
||||
* @param args Program arguments.
|
||||
* @param options Spawn options.
|
||||
*/
|
||||
@@ -322,7 +322,7 @@ class Command extends EventEmitter {
|
||||
* ```
|
||||
*
|
||||
* @param program The program to execute.
|
||||
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
|
||||
* It must be configured in your project's capabilities.
|
||||
*/
|
||||
static create(program, args = [], options) {
|
||||
return new Command(program, args, options);
|
||||
@@ -337,7 +337,7 @@ class Command extends EventEmitter {
|
||||
* ```
|
||||
*
|
||||
* @param program The program to execute.
|
||||
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
|
||||
* It must be configured in your project's capabilities.
|
||||
*/
|
||||
static sidecar(program, args = [], options) {
|
||||
const instance = new Command(program, args, options);
|
||||
|
||||
2
dist-js/index.d.ts
vendored
2
dist-js/index.d.ts
vendored
@@ -194,7 +194,7 @@ declare class Command<O extends IOPayload> extends EventEmitter<CommandEvents> {
|
||||
* Creates a new `Command` instance.
|
||||
*
|
||||
* @param program The program name to execute.
|
||||
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
|
||||
* It must be configured in your project's capabilities.
|
||||
* @param args Program arguments.
|
||||
* @param options Spawn options.
|
||||
*/
|
||||
|
||||
@@ -296,7 +296,7 @@ class Command extends EventEmitter {
|
||||
* Creates a new `Command` instance.
|
||||
*
|
||||
* @param program The program name to execute.
|
||||
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
|
||||
* It must be configured in your project's capabilities.
|
||||
* @param args Program arguments.
|
||||
* @param options Spawn options.
|
||||
*/
|
||||
@@ -320,7 +320,7 @@ class Command extends EventEmitter {
|
||||
* ```
|
||||
*
|
||||
* @param program The program to execute.
|
||||
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
|
||||
* It must be configured in your project's capabilities.
|
||||
*/
|
||||
static create(program, args = [], options) {
|
||||
return new Command(program, args, options);
|
||||
@@ -335,7 +335,7 @@ class Command extends EventEmitter {
|
||||
* ```
|
||||
*
|
||||
* @param program The program to execute.
|
||||
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
|
||||
* It must be configured in your project's capabilities.
|
||||
*/
|
||||
static sidecar(program, args = [], options) {
|
||||
const instance = new Command(program, args, options);
|
||||
|
||||
@@ -388,7 +388,7 @@ class Command<O extends IOPayload> extends EventEmitter<CommandEvents> {
|
||||
* Creates a new `Command` instance.
|
||||
*
|
||||
* @param program The program name to execute.
|
||||
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
|
||||
* It must be configured in your project's capabilities.
|
||||
* @param args Program arguments.
|
||||
* @param options Spawn options.
|
||||
*/
|
||||
@@ -425,7 +425,7 @@ class Command<O extends IOPayload> extends EventEmitter<CommandEvents> {
|
||||
* ```
|
||||
*
|
||||
* @param program The program to execute.
|
||||
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
|
||||
* It must be configured in your project's capabilities.
|
||||
*/
|
||||
static create<O extends IOPayload>(
|
||||
program: string,
|
||||
@@ -457,7 +457,7 @@ class Command<O extends IOPayload> extends EventEmitter<CommandEvents> {
|
||||
* ```
|
||||
*
|
||||
* @param program The program to execute.
|
||||
* It must be configured on `tauri.conf.json > plugins > shell > scope`.
|
||||
* It must be configured in your project's capabilities.
|
||||
*/
|
||||
static sidecar<O extends IOPayload>(
|
||||
program: string,
|
||||
|
||||
Reference in New Issue
Block a user