SVCS - English Documentation
Loading...
Searching...
No Matches
AddCommand.hxx File Reference

Declaration of the AddCommand class. More...

#include "ICommand.hxx"
#include "../../services/ISubject.hxx"
#include "../../core/include/RepositoryManager.hxx"
#include <memory>
#include <vector>
#include <string>

Go to the source code of this file.

Classes

class  svcs::cli::AddCommand
 Implements the "add" command for the Simple Version Control System (SVCS). More...

Namespaces

namespace  svcs::cli
 Command-line interface components and command implementations.

Enumerations

enum class  svcs::cli::FileStatus { svcs::cli::UNTRACKED , svcs::cli::MODIFIED , svcs::cli::DELETED , svcs::cli::UNMODIFIED }
 Defines the status of a file within the SVCS. More...

Detailed Description

Declaration of the AddCommand class.