MOON
Server: Apache
System: Linux server1.primemusicproductions.com 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64
User: primrwxj (1001)
PHP: 8.3.3
Disabled: NONE
Upload Files
File: /home/primrwxj/thepianobag.sidegigs.info/wp-content/plugins/amp/src/Infrastructure/CliCommand.php
<?php
/**
 * Interface CliCommand.
 *
 * @package AmpProject\AmpWP
 */

namespace AmpProject\AmpWP\Infrastructure;

/**
 * A CLI command to be registered with WP-CLI.
 *
 * A class marked as being a CLI command will automatically be registered
 * as a command with WP-CLI.
 *
 * @since 2.1.0
 * @internal
 */
interface CliCommand {

	/**
	 * Get the name under which to register the CLI command.
	 *
	 * @return string The name under which to register the CLI command.
	 */
	public static function get_command_name();
}