-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Giuseppe Cramarossa edited this page Nov 19, 2023
·
4 revisions
Welcome to the InterAppConnector wiki!
In this wiki you will find the documentation about the library and in particular you will find information regarding:
- how to integrate the library in your projects
- feature documentation and examples that helps you to understand how the library works
- Getting started
- Create Commands
- Manage arguments
- Argument basics
- Shared arguments between different commands
- Argument aliases
- Argument description
- Exclude an argument from argument list
- Use enumerations as argument
- Use objects and structs as argument type
- Validate argument value before command execution
- Customize the command example in command help
- Define rules