rawi
Version:
Rawi (راوي) is the developer-friendly AI CLI that brings the power of 11 major AI providers directly to your terminal. With seamless shell integration, persistent conversations, and 200+ specialized prompt templates, Rawi transforms your command line into
24 lines (21 loc) • 1.1 kB
text/typescript
import { CommandOption } from '../types.cjs';
export { actOption } from './act.cjs';
export { batchOption } from './batch.cjs';
export { continueOnErrorOption } from './continue-on-error.cjs';
export { fileOption } from './file.cjs';
export { fileTypeOption } from './file-type.cjs';
export { filesOption } from './files.cjs';
export { filterSensitiveOption } from './filter-sensitive.cjs';
export { filterTypesOption } from './filter-types.cjs';
export { highlightFilteredOption } from './highlight-filtered.cjs';
export { maxConcurrencyOption } from './max-concurrency.cjs';
export { newSessionOption } from './new-session.cjs';
export { parallelOption } from './parallel.cjs';
export { profileOption } from './profile.cjs';
export { resetFilterConfigOption } from './reset-filter-config.cjs';
export { saveFilterConfigOption } from './save-filter-config.cjs';
export { sessionOption } from './session.cjs';
export { showFilteredOption } from './show-filtered.cjs';
export { verboseOption } from './verbose.cjs';
declare const askCommandOptions: CommandOption[];
export { askCommandOptions };