- Split into three projects: Library, Console, and Tests - Library compiles as QRScript.Interpreter to avoid conflicts
7 lines
197 B
C#
7 lines
197 B
C#
global using QRScript.Console;
|
|
global using QRScript.Extensions;
|
|
global using QRCoder;
|
|
global using CliFx;
|
|
global using CliFx.Attributes;
|
|
global using CliFx.Infrastructure;
|
|
global using System.IO;
|