Skip to main content

Flow-Control

Synopsis

The Flow-Control component focuses on help govern how your code "flows". This includes support for error handling, enhancing readability of your flow constructs (such as how you implement -WhatIf & -Confirm) and other utilities for governing your own code's layout.

Key Features

  • Implement better user experience
  • Provide expert command flow features for less effort
  • Provide extension points for other modules
  • Improve readability of your code

Code Flow & User Experience