command library

Classes

CallbackCancellable
InterruptibleProgress
A class that can be used to display progress information to the user.
ReedmaceCommand

Extensions

CancellationTokenExtension on CancellationToken
LoggerExtension on Logger
ModuleInfo on Logger

Properties

currentApiDefHash String
no setter
emSpace String
final

Functions

bin2hex(List<int> data) String
combineHashes(List<String> hashes) String
createReedmaceCache() → void
getPathFromRoot(String path) File
hashFile(File file) String
moduleStyle({AnsiCode moduleColor = green, AnsiCode messageColor = white}) String? Function(String?)
readCacheHash(String subPath) String
readReedmaceCache(String subPath) String?
writeReedmaceCache(String subPath, String content) → void